home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / pedhlp13.arc / PRMSP < prev    next >
Text File  |  1991-06-14  |  5KB  |  110 lines

  1.                                                   <PRINTING> 
  2.         The full details of the options available with PRMSP are as 
  3.         follows: 
  4.  
  5.         Format: PRMSP infile.msp [outfile.prn] [/flag1 /flag2 etc.] 
  6.  
  7.         infile.msp - the name of the saved MSP file to be printed 
  8.         out. 
  9.  
  10.         outfile.prn - the name of a file to be printed to. This is 
  11.         optional and if no name is given then the printer (PRN) will 
  12.         be used instead. 
  13.  
  14.         /I - this flag means print to an IBM-compatible printer 
  15.         instead of an Epson-compatible printer. 
  16.  
  17.         /P - this flag means print the pedigree with the paper in 
  18.         "portrait" orientation - across the page - instead of the 
  19.         default "landscape" orientation - down the page. Note that 
  20.         in earlier versions of PRMSP this had the opposite effect 
  21.         because it was taken to refer to the orientation of the diagram 
  22.         rather than the paper. 
  23.  
  24.         /H - high density - will work only with Epson-compatible 24-
  25.         pin printer to give a picture three times smaller than 
  26.         above, or twice as small on a Hewlett-Packard compatible 
  27.         laser printer. 
  28.  
  29.         /D - draught mode - should be quicker but lower quality for 
  30.         dot matrix printers in high density mode or "portrait" 
  31.         orientation. On Hewlett-Packard compatible laser printers 
  32.         prints out double normal size. 
  33.  
  34.         /Snumber - this flag means print "number" spaces before each 
  35.         line of the picture - use it to control where the graph 
  36.         appears on the page. The default is 6. (Only for dot matrix 
  37.         printers.) 
  38.  
  39.         /Lnumber - this flag controls the line spacing on the 
  40.         printer, as used by the ESC A command. By default "number" 
  41.         is set to 8, but if the lines of your graph come out 
  42.         separated or overlapping, then using this flag may help you 
  43.         to adjust the line-spacing to produce a better picture. 
  44.         (Only for dot matrix printers.) 
  45.  
  46.         /Fnumber - this flag lets you determine whether a line feed 
  47.         (new line) character is sent to your printer with each 
  48.         carriage return character. If number is 0 then no line feed 
  49.         is sent, if it is 1 then a line feed is sent. The default is 
  50.         1. If your graph comes out "double-spaced" - with gaps 
  51.         between each line -then specifying /F0 may cure the problem. 
  52.         (Only for dot matrix printers.) 
  53.         
  54.         /FF - send a formfeed (new page) after printing the file. 
  55.         (You must use this flag on the last file you print on a 
  56.         PostScript printer, but other files can be printed on the 
  57.         same page first.) 
  58.         
  59.         /HP - produce output for a Hewlett-Packard compatible laser 
  60.         printer. 
  61.         
  62.         /PS - produce output for a PostScript printer. 
  63.         
  64.         For Hewlett-Packard or PostScript printers only: 
  65.         
  66.         /OXnumber - x origin, default 72. Measured in points (1/72")
  67.         approximately from the bottom left corner of an A4 page.
  68.         
  69.         /OYnumber - y origin, default 72 in "portrait" orientation 
  70.         for bottom left corner, or 720 in "lanscape" orientation for 
  71.         top left corner. 
  72.  
  73.         For PostScript printers only: 
  74.         
  75.         /SXnumber - x scale, default 1.0. 
  76.         
  77.         /SYnumber - y scale, default 1.0. 
  78.         
  79.         /ROnumber - rotation about origin, default 0.0 
  80.         
  81.         Example use of PRMSP: 
  82.  
  83.         PRMSP 12990.MSP TEMP.PRN /S12 /I 
  84.  
  85.         The file 12990.MSP would be printed out to the file 
  86.         TEMP.PRN, in a format suitable for sending to an IBM-
  87.         compatible printer. Then later TEMP.PRN could be printed by 
  88.         entering: 
  89.  
  90.         PRINT TEMP.PRN 
  91.  
  92.         The advantage of this is that by using the DOS PRINT command 
  93.         printing occurs in background - you can get on with other 
  94.         things while the graph is being printed. 
  95.  
  96.         Note: except in the case of PostScript printers, PRMSP 
  97.         cannot work if your computer does not send 8 data bits to 
  98.         the printer. This is sometimes altered by the MODE command 
  99.         which is usually in the AUTOEXEC.BAT file - see your DOS 
  100.         manual for details -and it is especially likely to have been 
  101.         used if your printer is on a serial cable rather than the 
  102.         ordinary "Centronics" parallel cable. Also make sure that 
  103.         your printer is set to receive 8 bits rather than 7 - see 
  104.         your printer manual if you have problems. 
  105.         
  106.         Note that to print just one file on a PostScript printer you 
  107.         should use the /FF flag to produce a formfeed. 
  108.  
  109. 
  110.